arm: move arch specific grant table bits into grant_table.c
authorJuergen Gross <jgross@suse.com>
Thu, 28 Sep 2017 09:09:35 +0000 (11:09 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 28 Sep 2017 09:09:35 +0000 (11:09 +0200)
commit0c1ffc6159c093bbb099f891111b83e537063ae9
treebfbb7692bbc995e48f485dfabb6ad60f879ffd60
parent2c26e65f8ae14cd48506f6c953ad12c893c134f1
arm: move arch specific grant table bits into grant_table.c

Instead of attaching the ARM specific grant table data to the domain
structure add it to struct grant_table. Add the needed arch functions
to the asm-*/grant_table.h includes.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/domain.c
xen/common/grant_table.c
xen/include/asm-arm/domain.h
xen/include/asm-arm/grant_table.h
xen/include/asm-x86/grant_table.h
xen/include/xen/grant_table.h